PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.optionalcontent Package / PDFOptionalContentDisplayTreeNode Class / setLabel Method
String label to be displayed for this node.
In This Topic
    setLabel Method
    In This Topic
    Sets the node label.
    and methods are exclusive.
    Syntax
    public void setLabel( 
       java.lang.String label
    )

    Parameters

    label
    String label to be displayed for this node.
    Exceptions
    ExceptionDescription
    When label is null.
    See Also